;Assembler header file for LabelledBox
;written by DefMod (Oct 26 2000) on Tue Dec 12 19:35:23 2000
;Jonathan Coxhead, jonathan@doves.demon.co.uk, 5 Sept 1995

        [       :LNOT: :DEF: Get_Types
        GBLS    Get_Types
        ]
        [       :LNOT: :DEF: Types_Hdr
Get_Types                       SETS    "GET OSLib:oslib.Hdr.Types"
        |
Get_Types                       SETS    ""
        ]
        $Get_Types

        [       :LNOT: :DEF: Get_Toolbox
        GBLS    Get_Toolbox
        ]
        [       :LNOT: :DEF: Toolbox_Hdr
Get_Toolbox                     SETS    "GET OSLib:oslib.Hdr.Toolbox"
        |
Get_Toolbox                     SETS    ""
        ]
        $Get_Toolbox

        [       :LNOT: :DEF: Get_Gadget
        GBLS    Get_Gadget
        ]
        [       :LNOT: :DEF: Gadget_Hdr
Get_Gadget                      SETS    "GET OSLib:oslib.Hdr.Gadget"
        |
Get_Gadget                      SETS    ""
        ]
        $Get_Gadget

        [       :LNOT: :DEF: LabelledBox_Hdr
        GBLS    LabelledBox_Hdr

;Symbols for constants
Class_LabelledBox               *       &100
LabelledBox_Sprite              *       &1
LabelledBox_SpriteIsFilled      *       &2

;Symbols for structure offsets and sizes
                                ^       0
LabelledBox_Gadget_label        #       Toolbox_MsgReference
LabelledBox_Gadget              *       @

                                ^       0
LabelledBox_Object_label        #       Toolbox_MsgReference
LabelledBox_Object              *       @


        ]
        END
